Creating Microsoft Access datasheets

If you have a large amount of existing test data in a Microsoft Access database, you can create an external datasheet to use it in data-driven scripts. You can retrieve all data from a table, use a query to retrieve a subset of data, or use a script-generated query to retrieve data during playback.

1. Choose Data > Create Datasheet.

The Create Datasheet wizard opens.

2. Select an external data source option.

3. Click Next.

4. Select Microsoft Access database as the Datasheet type.

5. Enter the path to the Access file or click Browse to select it.

6. Enter the User and Password if user-level security is configured for the database. The default Access user is Admin and there is no password.

7. Select Use workgroup information file if the database uses a workgroup information file for security. Click Browse to select the file.

8. Select Use database password and enter the password if it is required to access the database.

9. Select a Source to use to retrieve data from the database.

10. Click Next.

11. Specify the datasheet properties.

12. Click Finish to add the datasheet to the workspace.